home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Positions / p-select < prev   
Text File  |  1998-08-11  |  247b  |  12 lines

  1. p-select position sequence 
  2.  
  3. 0-based 
  4.  
  5. In this function only positions selected in a position list will be retained in the output pattern.
  6.  
  7. (p-select '(4 6 8) (g-integer 1 12))
  8. => (5 7 9)
  9.  
  10. (p-select '(4 6 8) '(a b c d e f g h i j k l))
  11. => (e g i)
  12.